home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 October / october_2001.iso / Site Building / Html Notes 1.19 / HTMNOTES.EXE / file0010.bin < prev    next >
Encoding:
INI File  |  2001-08-18  |  879 b   |  34 lines

  1. [casee | Case with else clause]
  2. case | of
  3.    :
  4.    :
  5.   else
  6. end;
  7. [headgf | Function header - general]
  8. //------------------------------------------------------------------------------
  9. //  function    : |
  10. //  description :
  11. //------------------------------------------------------------------------------
  12. function
  13. begin
  14.  
  15.   result :=
  16. end;
  17. [headgp | Procedure header - general]
  18. //------------------------------------------------------------------------------
  19. //  procedure   : |
  20. //  description :
  21. //------------------------------------------------------------------------------
  22. procedure
  23. begin
  24.  
  25. end;
  26. [myweb | An Anchor Tag with my web address]
  27. <a href="http://www.lockwood9.freeserve.co.uk/">
  28.   http://www.lockwood9.freeserve.co.uk/
  29. </a>
  30. [nospam | no spam email addr]
  31. <script language="JavaScript" type="text/javascript">
  32.  makeEmailAddr (|);
  33. </script>
  34.